Levels Property (FibonacciTimeZones<T>)
In This Topic
Gets or sets the array of levels for plotting.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Levels As System.Double()
'Usage
Dim instance As FibonacciTimeZones(Of T)
Dim value() As System.Double
instance.Levels = value
value = instance.Levels
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public System.double[] Levels {get; set;}
public read-write property Levels: System.array of Double;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set Levels : System.double[]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property System.double[]* get_Levels();
public: __property void set_Levels(
System.double[][]* value
);
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property System.array<double>^ Levels {
System.array<double>^ get();
void set ( System.array<double>^ value);
}
See Also